home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI364.ASC < prev    next >
Text File  |  1992-08-12  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT : TURBO PASCAL                               NUMBER : 364
  9.   VERSION : 3.02x
  10.        OS : PC-DOS
  11.      DATE : August 6, 1987                               PAGE : 1/3
  12.  
  13.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  14.  
  15.  
  16.  
  17.  
  18.   This  patch  automatically  responds   to   the   "Include  Error
  19.   Messages?"  prompt and proceeds to either  load  or  exclude  the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.  
  24.   ERROR MESSAGES NOTE: The new  version of TINST lets you designate
  25.   the  path to the error messages in the event they are stored in a
  26.   directory other than the  one  active at the time Turbo Pascal is
  27.   loaded. Patches for three different implementations of Tur
  28.  
  29.   Use the DOS  utility,  DEBUG,  to  apply the following patch to a
  30.   copy  of  your  original  .COM  file.  Copy  DEBUG.COM  into  the
  31.   directory (or onto the diskette) where your working copy of  .COM
  32.   is located. At the DOS  prompt,  type  the  following information
  33.   exactly
  34.  
  35.  
  36.   Note:
  37.   1.      DEBUG  is  not  sensitive to upper and  lower  case.  All
  38.           addresses  are  listed  in  upper   case   for   ease  of
  39.           readability.
  40.  
  41.   2.      While in DEBUG,the prompt will appear as a dash (-).
  42.  
  43.   3.      If you do not receive the appropriate response, press "q"
  44.           followed by <Return>, to quit. Check your version numbers
  45.           and, if correct, try again.
  46.  
  47.  
  48.   TURBO.COM - "YES" - MESSAGES INCLUDED
  49.  
  50.        YOU TYPE                              THIS APPEARS
  51.  
  52.        DEBUG TURBO.COM<ENTER>                 -
  53.        e2F34<ENTER>                           XXXX:2F34 E8.
  54.        0C<Space>                              0D
  55.        FF<Space>                              DB
  56.        EB<Space>                              0D
  57.        1E<ENTER>                              -
  58.        w<ENTER>                               writing XXXX bytes
  59.        q<ENTER>                               DOS prompt
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT : TURBO PASCAL                               NUMBER : 364
  75.   VERSION : 3.02x
  76.        OS : PC-DOS
  77.      DATE : August 6, 1987                               PAGE : 2/3
  78.  
  79.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  80.  
  81.  
  82.  
  83.  
  84.   TURBO.COM - "NO - MESSAGES NOT INCLUDED
  85.  
  86.        YOU TYPE                             THIS APPEARS
  87.  
  88.        DEBUG TURBO.COM<ENTER>                 -
  89.        e2F34<ENTER>                           XXXX:2F34 E8.
  90.        24<Space>                              0D
  91.        00<Space>                              DB
  92.        EB<Space>                              0D
  93.        1E<ENTER>                              -
  94.        w<ENTER>                               writing XXXX bytes
  95.        q<ENTER>                               DOS prompt
  96.  
  97.  
  98.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  99.  
  100.        YOU TYPE                              THIS APPEARS
  101.  
  102.        DEBUG TURBO-87.COM<ENTER>              -
  103.        e29FA<ENTER>                           XXXX:29FA E8.
  104.        0C<Space>                              47
  105.        FF<Space>                              E0
  106.        EB<Space>                              0D
  107.        1E<ENTER>                              -
  108.        w<ENTER>                               writing XXXX bytes
  109.        q<ENTER>                               DOS prompt
  110.  
  111.  
  112.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  113.  
  114.        YOU TYPE                             THIS APPEARS
  115.  
  116.        DEBUG TURBO-87.COM<ENTER>              -
  117.        e29FA<ENTER>                           XXXX:29FA E8.
  118.        24<Space>                              47
  119.        00<Space>                              E0
  120.        EB<Space>                              0D
  121.        1E<ENTER>                              -
  122.        w<ENTER>                               writing XXXX bytes
  123.        q<ENTER>                               DOS prompt
  124.  
  125.  
  126.   TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.   PRODUCT : TURBO PASCAL                               NUMBER : 364
  141.   VERSION : 3.02x
  142.        OS : PC-DOS
  143.      DATE : August 6, 1987                               PAGE : 3/3
  144.  
  145.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  146.  
  147.  
  148.  
  149.  
  150.        YOU TYPE                              THIS APPEARS
  151.  
  152.        DEBUG TURBOBCD.COM<ENTER>              -
  153.        e2E56<ENTER>                           XXXX:2E56 E8.
  154.        0C<Space>                              EB
  155.        FF<Space>                              DB
  156.        EB<Space>                              0D
  157.        1E<ENTER>                              -
  158.        w<ENTER>                               writing XXXX bytes
  159.        q<ENTER>                               DOS prompt
  160.  
  161.  
  162.   TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  163.  
  164.        YOU TYPE                              THIS APPEARS
  165.  
  166.        DEBUG TURBOBCD.COM<ENTER>              -
  167.        e2E56<ENTER>                           XXXX:2E56 E8.
  168.        24<Space>                              EB
  169.        00<Space>                              DB
  170.        EB<Space>                              0D
  171.        1E<ENTER>                              -
  172.        w<ENTER>                               writing XXXX bytes
  173.        q<ENTER>                               DOS prompt
  174.  
  175.  
  176.   DISCLAIMER: You  have the right to use this technical information
  177.   subject to the terms  of  the  No-Nonsense License Statement that
  178.   you received with  the  Borland product to which this information
  179.   pertains.
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.